net/http.http2FrameWriteRequest.StreamID (method)

7 uses

	net/http (current package)
		h2_bundle.go#L5004: 	if wr.StreamID() != 0 {
		h2_bundle.go#L5006: 		if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
		h2_bundle.go#L10686: func (wr http2FrameWriteRequest) StreamID() uint32 {
		h2_bundle.go#L10787: 	return fmt.Sprintf("[FrameWriteRequest stream=%d, ch=%v, writer=%v]", wr.StreamID(), wr.done != nil, des)
		h2_bundle.go#L11252: 		id := wr.StreamID()
		h2_bundle.go#L11359: 	id := wr.StreamID()
		h2_bundle.go#L11459: 	q := ws.streams[wr.StreamID()]